-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use PHPUnit attributes over annotations #495
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #495 +/- ##
=========================================
Coverage 96.61% 96.61%
Complexity 2173 2173
=========================================
Files 66 66
Lines 5054 5054
=========================================
Hits 4883 4883
Misses 171 171 ☔ View full report in Codecov by Sentry. |
It seems psalm can't detect the dataproviders as being used with the attributes yet |
Let's say not a big deal, phpstan can do it Else, run |
Since this project is PHPUnit 10, we might as well use the new attributes instead of the annotations
eea9f8e
to
7eebef5
Compare
The PHPUnit plugin for Psalm doesn't understand it yet. |
Thank you @BackEndTea ! |
Thanks @williamdes |
Since this project is PHPUnit 10, we might as well use the new attributes instead of the annotations